compress/flate.huffmanBitWriter.indexTokens (method)
3 uses
compress/flate (current package)
huffman_bit_writer.go#L440: numLiterals, numOffsets := w.indexTokens(tokens)
huffman_bit_writer.go#L509: numLiterals, numOffsets := w.indexTokens(tokens)
huffman_bit_writer.go#L535: func (w *huffmanBitWriter) indexTokens(tokens []token) (numLiterals, numOffsets int) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)